projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
029a884
)
Remove an unused variable
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 5 Dec 2011 23:07:41 +0000
(18:07 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 5 Dec 2011 23:07:41 +0000
(18:07 -0500)
gtk/gtknotebook.c
patch
|
blob
|
history
diff --git
a/gtk/gtknotebook.c
b/gtk/gtknotebook.c
index 2d902ee7bdbbf0750e7cca431e405c6a8cf3849d..254ce6ad6015a9d7bcda9ebbf875e6a79a0fbf1c 100644
(file)
--- a/
gtk/gtknotebook.c
+++ b/
gtk/gtknotebook.c
@@
-2625,8
+2625,6
@@
gtk_notebook_draw (GtkWidget *widget,
if (priv->operation == DRAG_OPERATION_REORDER &&
gtk_cairo_should_draw_window (cr, priv->drag_window))
{
- GtkStyleContext *context;
-
cairo_save (cr);
gtk_cairo_transform_to_window (cr, widget, priv->drag_window);